Cube Yogi
Cube Yogi
Leader in Zoho Solutions/Consultation

Passing parameters to embedded forms in Zoho Creator

Here is our approach to pass the parameter from page 1 to page 2 containing embedded forms in Zoho Creator

APPROACH

We can pass the parameter from page 1 to page 2 using open URL method and use the name of passed parameter in page 2 to process the value passed in the URL

 POINTS TO NOTE
  •  In Html and Deluge snippet replace the right parameter you passed 

1. Creating WorkFlow to Pass Parameter:

1.1 Tap on "Workflow"

1.2 Select "While using the form"

1.3 Fill up required fields

1.4 Tap on "Add New Action"

1.5 Select "Deluge Script"

1.6 Tap on the button "On Success"

1.7 Copy Paste the code to pass parameter

Code Snippet

Passing Parameter

2. Functioning with parameter received on Page 2

2.1 Go to page Setting--->Tap on Html and Deluge Snippet

2.2 Add the code to function the received parameter

Code Snippet

Getting Parameter Value from parameter

Sample Result

Page 1: In "Page 1" I enter the Name and the entered name is send as parameter to "Page 2"

Page 2: In "Page 2" I received the parameter from "Page 1" and received parameter is get auto filled in "Page 2"